Git Product home page Git Product logo

Comments (5)

codepoetly avatar codepoetly commented on June 27, 2024

well it is working fine here but when i try to run it locally on a browser it does not

<title> Trials Again!!!

Trying formatting

This is in blue

one
two
three

one


two
three
for(i=1;i<10;i++) System.out.println("This is a trial html doc");

</ body>

do i need to make changes to my local settings?
what is the issue?

from ifc-ar-flood.

skeelogy avatar skeelogy commented on June 27, 2024

Is this a question about a HTML file in this repository, or a custom HTML file of yours?

from ifc-ar-flood.

codepoetly avatar codepoetly commented on June 27, 2024

well its a custom file... but could you kindly help me here

from ifc-ar-flood.

skeelogy avatar skeelogy commented on June 27, 2024

Some issues that I can observe:

  • Some keywords are typed wrongly e.g. </tile> instead of </title>
  • You have mismatched tags, either not opened or not closed e.g. </code> without <code>
  • You have to use document.write() instead of System.out.println()
  • <code></code> tags are not for running codes, they are meant to display text in a preformatted way

I suggest that you look through this page: http://www.w3schools.com/html/html5_intro.asp

This GitHub issues page is meant for issues related to this repository. Please direct general HTML questions to StackOverflow. You'll get faster and better replies!

Hope this helps!

from ifc-ar-flood.

codepoetly avatar codepoetly commented on June 27, 2024

Hey thanks a ton LEE.
I surely will go through it.

from ifc-ar-flood.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.