Popular posts from this blog
Html Guide!
Html Guide! Html Guide For Begginers What Is Html? Ans. Html Stands Hyper-Text Markup Language About HTML(Hyper-Text Markup Language) The HyperText Markup Language, or HTML is the standard markup language for documents designed to be displayed in a web browser... HTML provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript. Web browsers receive HTML documents from a web server or from local storage and render the documents into multimedia web pages. HTML describes the structure of a web page semantically and originally included cues for the appearance of the document. ...
Photo for website
html website second page
Html Guide Html Guide For Begginers What Are Lists In Html? Ans. HTML lists allow web developers to group a set of related items in lists. Examples Given Below. 1. First item 2. Second item 3. Third item 4. Fourth item What Are Unordered HTML List? The list items will be marked with bullets (small black circles) by default Ordered HTML List What Are HTML Description Lists ? Ans.A description list is a list of terms, with a description of each term. How To Make A Website Using Html? Step 1: Open Your Text Editor Or Code Editor. Also change some preferences to get the application to save files correctly. In Preferences > Format > choose "Plain Text" Then under "Open and Save", check the box that says "Display HTML files as HTML code instead of formatted text". Then open a new document to place the code. Step 2:Write Some HTML Write ...
Comments
Post a Comment