My first article on basics of HTML

A few words about HTML, points I know only...!

1. Introduction to HTML and Web.

  • I can say that HTML is the skeleton of a webpage from my perspective.

  • Hypertext Markup Language is what it stands for.

  • The web is a platform that converts html into a beautiful display or UI.

  • A web server hosts HTML files or folders on a web server.

  • Here, users can browse some webpages that they need

2. Server

  • It means data stored on other computer.

  • Servers are computer programs that serve other computers.

  • Some examples are Apache HTTP server, nginx, etc.,

3. Apache

This is a server software which act as server. A open source server by using internet it deliver web content.

4. HTML tags

  • This are some elements which says browser to display these much content only with this manner. Like paragraph, Heading, Images, Etc.

  • Some examples be like

h1:- Some type of heading displayed using this tag.
p:- Paragraph is displayed using this tag.
a:-Anchor tag is used to link pages through href.
And some more tags.

5. Lorem

  • Lorem Ipsum is a context which contain some meaningless words which literally grammerless.

  • Somewhere it may from Latin.

6. Image tag

We can insert a image which we want by using img tag in a webpage.
It contain some attributes which is very useful some of them are like
1) src= Source link of destination image, we have to provide.
2)alt=Alternate text to image, we have to provide.
3)srcset=Which contain multiple size images in one source link.
4)size=Used to set size of image, we have to provide.
similarly there are more attributes like this.

7. How to create a webpage

  • By writing HTML code and Styling it through CSS we can create a good and responsive webpage.

Did you find this article valuable?

Support Prajwal V Naik by becoming a sponsor. Any amount is appreciated!