Satyam Jaiswalprogrammingbaba.hashnode.dev·Apr 25, 2023HTML Interview Questions and AnswersPractice here the most popular Html Interview Questions and Answers for freshers and experienced. What is a web form? Ans: A web form is an element on a web page that allows users to input information and submit it to a server, such as a contact for...DiscussHTML5
Prince kumar Singhysdprince.hashnode.dev·Feb 1, 2023What is HTML ?HTML HTML stands for hypertext markup language. It's made of keywords and commands that web designers use for creating websites. Hypertext is text with links that readers can simply click on to go to another page or another part of the page. Meanwh...DiscussHTML5
Adii brownadiibrown.hashnode.dev·Jan 28, 2023Basic knowledge of HTMLFull form of HTML is hyper text markup language. In early days HTML was made for writing blog but today we use HTML for structure a website.Discuss·1 like·45 readsHTML5
Pramod Singhpramodsingh.hashnode.dev·Jan 28, 2023HTML5 Boilerplate: ExplainedWhen writing HTML pages in modern code editors, we use plugins like emmet to type shortcuts like ! or html:5 and press Tab to populate some lines of code which define the basic structure of the webpage. Some developers keep these sets of lines in a t...Discuss·67 readsHTML5
Shounak Pallovetocode.hashnode.dev·Jan 28, 2023Break tag in HTMLIn HTML, the <br> tag is used to insert a line break. The <br> tag is an empty element, which means that it does not have a closing tag and does not contain any content. Here is an example of how to use a break tag in an HTML document <p>This is a pa...Discuss·27 readsInterview-HTMLHTML5
Sunil kumar routsmartlearner.hashnode.dev·Jan 27, 2023Time Table Project Using Html<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Mini project | Time Table</title> </hea...Discuss·88 readsHTML5
Abhimanyu Mahtoabhi677.hashnode.dev·Jan 27, 2023What is HTML5 ?What is HTML5? HTML5 is the newest version of HTML. The term refers to two things. One is the updated HTML language itself, which has new elements and attributes. The second is the larger set of technologies that work with this new version of HTML — ...DiscussHTML5
Siddharth vermasidharthviz.hashnode.dev·Jan 25, 2023Deep Dive of Html Conceptual QuestionsBelow are certain conceptual questions I've gone through, that might can help others too.Give a Read 🎃 Are the HTML tags and elements the same thing?No. HTML elements are defined by a starting tag and may contain some content and a closing tag. ...Discuss·10 likes·33 readsHTML5
vasundhara Malibloggerdev.hashnode.dev·Jan 24, 2023Learn Web DevHTML:- An HTML document consists of two basic building blocks: 1. Tags 2. Attribute Tags:- Tags are part of HTML. Text that appears on web browsers is all written within a tag. You have to use HTML tags for creating an HTML document. Example of tags:...DiscussWeb Development
Shashikant Singhcodeserver.hashnode.dev·Jan 22, 2023What is HTML ?Html is hypertext markup language i s mostly main part web development . Html is used to create a structure of Web pages and formating of website . HTML consists of a series of elements. HTML elements tell the browser how to display the content. Htm...Discuss·35 readsHTML5