Posts

Showing posts from April, 2021

My Page 3

Image
  Question 1 < body bgcolor="#EDDD9E" > - Changes the website's background colour using the HEX colour value. <ul> - D efines an unordered (bulleted) list. <ol> - Defines an ordered (numbered) list <li> - Each ordered list or unordered list starts with the <li> tag Question 2 <html> <head> <title>My   First   Webpage</title> </head> <body   bgcolor="#EDDD9E"> <h1   align="center">My   First   Webpage</h1> <p>Welcome   to   my   <strong>first</strong>   webpage.   I   am   writing   this   page   using   a text   editor and   plain old   html.</p> <p>By   learning   html,   I'll   be   able   to   create   web   pages   like   a   pro... <br> which I am of course.</p>   Here's   what   I...

My Page 2

Image
 Here's my 2nd try making a website Question 1  <html> - Defines the HTML document <head> -  Contains metadata/information for the document <title>My   First   Webpage</title> -  Defines a title  for the document </head> <body> - Defines the document's body <h1   align="center">My   First   Webpage</h1> - HTML headings <p>Welcome to my first webpage.<br>I am using text editor and plain old html <p>By   learning   html,   I'll   be   able   to   create   web   pages   like   a   pro... <br> -  line break which   I   am   of   course.</p> - Defines paragraph </body> </html> Question 2 - Singular Tags - Works alone and are usually  placed before the text you want formatted - Paired Tags - Require an opening tag that turns a formatting feature on and a closing...

Trying to make a website using html.

Image
 My first try of making a website:  Answers for BIW_Lab2:  1. Every web page on the Internet contains at least some HTML tags in its source code, and most website contain many HTML. Hypertext Markup Language or HTML for short is the main markup language used to build content on the Web. The <head> element is a container for metadata (data about data), located between the <html> tag and the <body> tag. Metadata is data about HTML documents. The HTML title element (<title>) defines the document title displayed in the browser title bar or on the  page tab. The <body> tag defines the body of the document. The <body> element contains all the contents of the HTML document, such as headings, paragraphs, images, hyperlinks, tables, lists, etc. HTML contains several elements used to define text with special meaning. For code <b> Define bold text. 2. HTML full form is HyperText Markup Language. HTML is used for developing web...

History of Web Technology

 Name : Muhammad Akmal Hazim Bin Zulkafli Matric No : AI200075 The First Browser I used: Internet Explorer - The first web browser - or browser-editor rather - was called WorldWideWeb as, after all, when it was written in 1990 it was the only way to see the web. Much later it was renamed Nexus in order to save confusion between the program and the abstract information space (which is now spelled World Wide Web with spaces). Source : https://www.w3.org/People/Berners-Lee/WorldWideWeb.html The First Search Engine I used : Yahoo.com Search engine history all started in 1990 with Archie, an FTP site hosting an index of downloadable directory listings.  Search engines  continued to be primitive directory listings, until  search engines  developed to crawling and indexing websites, eventually creating algorithms to optimize relevancy. Source :  https://www.wordstream.com/articles/internet-search-engines-history# The First Email I used : Yahoo.com Ray Tomlins...