Html Forms
In this chapter we learn about forms, basically form in html is use in the web pages it allows peoples to fill them and sent the data to the database that is on the server. Different element are used in …
In this chapter we learn about forms, basically form in html is use in the web pages it allows peoples to fill them and sent the data to the database that is on the server. Different element are used in …
In this chapter we learn about the styles in html style is use to customize the html element for customization an element use (style) tag. Background Color is applied by style. Text Color is changed by style tag. Align the …
In this chapter we see about colors in html, colors gives us sense to make things attractive and eye catchy. Almost 140 color names are supported by the browsers and mostly browsers supports hex-code of colors. So below color table …
In this chapter we study about the line break, line break is use to move the content to the next time. When we want to switch the content to the next line we use line break tag in html. Because …
In this chapter we learn about the the paragraphs in html, Paragraph tags are used for writing the paragraphs in the html file. Multiple lines are written using paragraph tags.
In this chapter we learn about the body of html all the content goes inside body tags. We can write paragraphs, headings, image, documents, videos, audio, lists, table, forms etc are used in the body of html and all these …
For heading in html we use heading starting and heading closing tags. Headings are most probably used in our content and provide main theme of our content. There is six type of headings size of each heading is changed from …
In this chapter we learn about head in html, head of a web page contains all the data of a web page it is also called as container that containing meta data of a web page also contains title of …
It is a markup language which defines the structure of its content HTML is not a programming language. HTML consists of a collection of elements to enclose, or cover, different sections of the material to expose it to some degree …
HTML is a front-end web development language all the content visually shown (image, audio, video, text, paragraphs, headings, table, lists) on webpages with HTML tags. Html is a combination of hypertext and markups .A markup language is used to describe the website layout text document inside …