LEARNINGS OF THE WEEK
BY: Sharra Mae S. Tagaro IV- Rizal
BY: Sharra Mae S. Tagaro IV- Rizal
This week, we were tasked to upload our final web page. I am so tired making it and I am
proud that I made it myself. And I think, I had done well.
We also reviewed about HTML this week.
The first step in making a webpage is by using a notepad and type the following:
‹html›
‹head›
‹title›Title of the page‹/title›
‹/head›
‹body›
This is my first homepage. ‹b›This text is bold ‹/b›
‹/body›
‹/html›
♦When you save an HTML file, you can use either the .htm or the .html extension. We have used .htm in our examples. It might be a bad habit inherited from the past when some of the commonly used software only allowed three letters extensions.
♦You can easily edit files using a WYSIWYG (what you see is what you get) editor like Frontpage, Claris Home Page or Adobe PageMill instead of writing your markup tags in a plain text file.
n♦But if you want to be skillful Web developer, we strongly recommend that you use a plain text editor to learn your primer HTML.
♦ HTML documents are text files made up of HTML elements.
♦ HTML elements are defined using HTML tags.
♦ HTML tags are used to mark-up HTML elements
♦ HTML tags are surrounded by the two characters <> ♦ The surroundings characters are called angle brackets ♦HTML tags normally come in pairs like ‹b›and‹/b›
♦ The first tag in a pair is the start tag, the second tag is the end tag
♦ The text between the start and end tags is the element content. ♦ HTML tags are not case sensitive, ‹b› means the same as ‹B›
♦
♦
♦
♦
♦
♦
No comments:
Post a Comment