Now we learn about html so let start
1. HTML
HTML makes up the layout and structure for your website. . HTML is also used to create a starting point for the website and is what most of your static pages start from.Its very important.
How to start HTML?
Step 1
Open Notepad by RUN box
Press
Ctrl+r and type notepad
Click OK
Then type this words to create a simple web page
And click " File" and save as and Click "Save"
and open here you see two lines "My First Heading" and "My first Paragraph "
Here <H1> is for heading tag
<P> is for paragraph tag
Next:
HTML Images
HTML images are defined with the
<img> tag.
The source file (
src), alternative text (alt), width, and height are provided as attributes:HTML Buttons
HTML buttons are defined with the
<button> tag:
HTML links are defined with the
<a> tag:
Next is
HTML LIST
HTML lists are defined with the <ul> (unordered/bullet list) or the <ol> (ordered/numbered list) tag, followed by <li> tags (list items):
Thanks for coming please comment and like........................................


Comments
Post a Comment