Search
 
SCRIPT & CODE EXAMPLE
 

HTML

Save free form description along with spaces and line breaks

<h3>Toby's Estate</h3>
<p class="address">
    125 N 6th St
    <br>
    Brooklyn, NY 11249
</p>
Comment

Save free form description along with spaces and line breaks

<article>
    <h1>New York's best coffeeshops</h1>
    <p>New York has some great coffeeshops. Make sure not to miss the hot new addresses opening up left and right!</p>
    <h2>Manhattan</h2>

    <h3>The Bean</h3>
    <p class="address">
        824 Broadway<br>
        New York, NY 10003
    </p>
    <p>There are multiple Bean locations in the city. It's a good place to get work done because they're open late.</p>

    <h3>Third Rail</h3>
    <p class="address">
        240 Sullivan St<br>
        New York, NY 10012
    </p>
    <p>Coffee and donuts! What more could you want?</p>
    
    <h3>Black Fox Coffee Co.</h3>
    <p class="address">
        70 Pine St<br>
        New York, NY 10270
    </p>
    <p>Black Fox has an incredible bean selection and nice snacks.</p>

    <h3>Stumptown</h3>
    <p class="address">
        18 W 29th St<br>
        New York, NY 10001
    </p>
    <p>Does this even need explaining?</p>
    
    <hr>

    <h2>Brooklyn</h2>
    <h3>Toby's Estate</h3>
    <p class="address">
        125 N 6th St<br>
        Brooklyn, NY 11249
    </p>
    <p>Toby's has grown a lot from its initial location in Brooklyn. They now have three locations in NYC.</p>
</article>
Comment

PREVIOUS NEXT
Code Example
Html :: display letter in html element letter by letter 
Html :: &#47;&gt; in html 
Html :: developer html template 
Html :: html strike tag customize 
Html :: how to check *ngIf with ENUMs in componenet.html 
Html :: html exporting table is displaying numbers as dates 
Html :: how to html in chromebook 
Html :: nepal location 
Html :: change required message html 
Html :: create a string of 1024 characters 
Html :: pills vertically with content on right 
Html :: default wp_new_user_notification_email 
Html :: how to send the data through url in html without using the form 
Html :: how to run an application exe running in server and return the response in html 
Html :: html insert link text with hover color 
Html :: functioning search engine code 
Html :: onclick open new page html 
Html :: HRECURS - Hello Recursion 
Html :: loading page html 
Html :: html unicode audio 
Html :: html to pdf 
Html :: input button in html 
Html :: change td color html 
Html :: meaning of frenzy 
Css :: XAMPP: Another web server daemon is already running 
Css :: media query max and min width 
Css :: css position absolute middle 
Css :: css comic sans 
Css :: how to remove background color in css 
Css :: center an input css 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =