KEMBAR78
HTML Day 1 | PDF
0% found this document useful (0 votes)
6 views1 page

HTML Day 1

HTML
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

HTML Day 1

HTML
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

LEARNING

1. HTML Introduction & Setup. Watch HTML Course Section 1, Part 1 - 2:


https://www.udemy.com/course/introductory-tutorial-
html5/learn/lecture/8051420#overview .
2. Understanding HTML Document Structures : Read Source :
https://www.w3schools.com/html/html_intro.asp
3. Understanding what is Element. Read Source #anatomy_of_an_html_element to
#empty_elements : https://developer.mozilla.org/en-
US/docs/Learn/HTML/Introduction_to_HTML/Getting_started#anatomy_of_an_html_ele
ment
4. Try Implementing Basic Text Elements of Heading, Paragraph, Break. Watch HTML
Course Section 2, Part 3 : https://www.udemy.com/course/introductory-tutorial-
html5/learn/lecture/8056968#overview
5. Understanding What is Attributes. Read Source #attributes to #
#single_or_double_quotes https://developer.mozilla.org/en-
US/docs/Learn/HTML/Introduction_to_HTML/Getting_started#attributes

TASK
1. Try Creating an HTML Documents for your profile. Put your identity, description of
yourselves, hobby, link to social media, and more. How you structure the HTML is up to
you. But the document has to have :
a. Proper Page Structures
b. Basic Text Element like Headings, paragraph, span
c. Anchor elements
d. Element with Attributes

You might also like