Regarding for HTML Projects

Hello All, I have worked on some HTML projects like survey form and video background site. Now I am working on a technical documentation page project and looking for their syntax. Can anyone suggest the coding syntax?

Hi @adisharma,
If you are planning to build a technical documentation project using HTML, CSS and JS, check out this: https://gist.github.com/loicpw/3c6a08ad3280e19863b0342e4b945b7e#file-responsive-web-design-projects-build-a-technical-documentation-page-markdown

If you are looking for HTML file syntax, you can find it here in a file named index.html : https://gitlab.com/DISEGNOSIS/freeCodeCamp-Responsive-Web-Design-Projects---Build-a-Technical-Documentation-Page.

  • The declaration defines this document to be HTML5
  • The element is the root element of an HTML page
  • The
              <head> element contains meta information about the document
            </li>
            <li>
              The
              <title> element specifies a title for the document
            </li>
            <li>
              The
    
              <body> element contains the visible page content
            </li>
    
            <li>The
              <h1> element defines a large heading
                <li>The
                  <p> element defines a paragraph
                </li>
    
          </ul>
    

    Start with this for more HTML Projects and Source Code visit my post.