HTML
11 July 2024 06:59
HTML Page 1
Setup:
1. Download vs code
2. Download few plugins
a. Live server
b. Vs code-icons
c. intelliSense for css
How to create projects:
PC
Physical path
D:/spark2.0/HTML output
Website files
browser
[Link]
[Link]
HTML Page 2
HTML 4
HTML 5
parser
Browser
Head
Head Memory
Body
Body
Browser
HTML
SEO-->
HTML Page 3
<header> Content to display at top margin of page.
<footer> Content to display at bottom margin of page.
<section> Content to display between header and footer.
<main> It defines content used as entry point.
<article> It defines highlights of your page.
<aside> It contains information that is not relative to current page.
<nav> It defines navigation area.
<dialog> It configures a pop-up.
<figure> It encapsulates any image or graphic with a caption.
<figcaption> It sets SEO friendly caption for image.
<div> It is a division.
<span> It spans the content along with existing, however it can separate the
content to highlight.
HTML Page 4
HTML Page 5